AttributeCollectionInsert Method (Int32, String) |
Inserts an
Attribute specified as a string at the specified possition.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Insert(
int index,
string attribute
)
Public Sub Insert (
index As Integer,
attribute As String
)
Parameters
- index
- Type: SystemInt32
The index at which the attribute is inserted. - attribute
- Type: SystemString
An attribute as a string.
See Also